From 1e664a670cd35258a6dbc4e3f1c3121fc250d1ba Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 10 Aug 2006 10:55:54 +0100 Subject: [PATCH] [LIBXC] clean specified files instead of wildcarding Signed-off-by: Hollis Blanchard --- tools/libxc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index dbf3af9472..f698d919b4 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -99,8 +99,9 @@ TAGS: .PHONY: clean clean: - rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen - rm -rf ia64/*.o ia64/*.opic + rm -rf *.rpm $(LIB) *~ $(DEPS) xen \ + $(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \ + $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS) .PHONY: rpm rpm: build -- 2.30.2